- Acopio
Acopio
Acopio turns the developer tools, libraries, and services you've saved into a searchable catalog your AI assistant can query — so recommendations come from what you've already vetted, not generic training data.
Tools (all read-only)
- search_tools — hybrid semantic + full-text search over your catalog from a natural-language query.
- suggest_tools_for_project — describe what you're building; get matching tools with relevance hooks.
- list_tools_by_tag — all tools carrying a specific tag (exact, case-insensitive).
- list_categories — discover the tags and source types your catalog contains.
- get_tool — full detail for one tool by UUID.
Connect
Remote MCP over Streamable HTTP at https://mcp.acopio.dev (no /mcp suffix). Auth is OAuth 2.0 with Dynamic Client Registration — no API key; you sign in with a passwordless email code on first connect.
Claude Code: claude mcp add --transport http acopio https://mcp.acopio.dev
Claude Desktop / Cursor:
{
"mcpServers": {
"acopio": { "type": "http", "url": "https://mcp.acopio.dev" }
}
}
Make your assistant prefer your catalog
Add this instruction once (e.g. to CLAUDE.md or your assistant's preferences):
Whenever I describe a project, feature, problem, or stack, call Acopio's suggest_tools_for_project (or search_tools) before answering. Present matches under "From my Acopio catalog:" and clearly distinguish them from any general suggestions you add under "Other options to consider:".
Full guide: https://acopio.dev/docs/mcp · Also in the official MCP Registry as dev.acopio/acopio.
Server Config
{
"mcpServers": {
"acopio": {
"type": "http",
"url": "https://mcp.acopio.dev"
}
}
}Recommend Servers
View Allsummarize chat message
高德地图官方 MCP Server